home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 828 b | 37 lines | [TEXT/MPS ] |
- {[a-,body+,h-,o=100,r+,rec+,t=4,u+,#+,j=20/57/1$,n+]}
- { UList.p }
- { Copyright © 1984-1990 Apple Computer, Inc. All rights reserved. }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := FALSE}
- {$ENDC}
-
- UNIT UList;
-
- INTERFACE
-
- USES
- {$SETC __UList__ := TRUE}
- { • MacApp }
- {$U $$Shell(MAPInterfaces)UMacAppUtilities} UMacAppUtilities,
- {$U $$Shell(MAPInterfaces)UFailure} UFailure,
- {$U $$Shell(MAPInterfaces)UMemory} UMemory,
- {$U $$Shell(MAPInterfaces)UObject} UObject,
-
- { • Implementation USES }
- ToolUtils, Packages, Errors;
-
- {$SETC __UList__ := FALSE}
- { • Include the public interface }
- {$SETC _UListIncludes := UsingIncludes}
- {$SETC UsingIncludes := TRUE}
- {$I+}
- {$I $$Shell(MAPInterfaces)UList.p}
- {$SETC UsingIncludes := _UListIncludes}
-
- IMPLEMENTATION
-
- {$I UList.inc1.p}
-
- END.
-